In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureOCR / GetBlockType Method

GetBlockType Method (GdPictureOCR)

In This Topic
Syntax
'Declaration

 

Public Function GetBlockType( _

   ByVal OCRResultID As String, _

   ByVal BlockIdx As Integer _

) As OCRBlockType
public OCRBlockType GetBlockType( 

   string OCRResultID,

   int BlockIdx

)
public function GetBlockType( 

    OCRResultID: String;

    BlockIdx: Integer

): OCRBlockType; 
public function GetBlockType( 

   OCRResultID : String,

   BlockIdx : int

) : OCRBlockType;
public: OCRBlockType GetBlockType( 

   string* OCRResultID,

   int BlockIdx

) 
public:

OCRBlockType GetBlockType( 

   String^ OCRResultID,

   int BlockIdx

) 

Parameters

OCRResultID
BlockIdx
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureOCR
GdPictureOCR Members